-
Home
-
Chronoforms
-
7.0.9 (latest)
-
Code
-
Classes
- Validate
Total Complexity |
33 |
Dependencies |
0 |
Dependents |
3 |
Total lines |
126 |
Lines of code |
94 |
Logical lines of code |
34 |
Comment lines |
2 |
Methods |
27 |
Properties |
0 |
Methods 27
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
is_empty() |
S |
66 |
3 |
9 |
no_spaces() |
S |
70 |
2 |
6 |
match() |
S |
78 |
2 |
3 |
different() |
S |
78 |
2 |
3 |
required() |
S |
69 |
2 |
7 |
exists() |
S |
79 |
1 |
3 |
exactLength() |
S |
78 |
1 |
3 |
phone() |
S |
79 |
1 |
3 |
nodigit() |
S |
79 |
1 |
3 |
alphanumeric() |
S |
79 |
1 |
3 |
alpha() |
S |
79 |
1 |
3 |
maxCount() |
S |
78 |
1 |
3 |
exactCount() |
S |
78 |
1 |
3 |
minCount() |
S |
78 |
1 |
3 |
maxLength() |
S |
78 |
1 |
3 |
containsExactly() |
S |
78 |
1 |
3 |
minLength() |
S |
78 |
1 |
3 |
doesntContainExactly() |
S |
78 |
1 |
3 |
doesntContain() |
S |
78 |
1 |
3 |
contains() |
S |
78 |
1 |
3 |
regex() |
S |
79 |
1 |
3 |
number() |
S |
79 |
1 |
3 |
decimal() |
S |
79 |
1 |
3 |
is_integer() |
S |
79 |
1 |
3 |
url() |
S |
79 |
1 |
3 |
email() |
S |
79 |
1 |
3 |
phone_inter() |
S |
79 |
1 |
3 |